<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>1</cardCount>
<cardID>2840</cardID>
<listID>3685</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><true /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>-- 84628on resourceupdateQueueend resourceon updateQueueanswer "This will update a Queue to v4.0." with "OK" or "Cancel"if it is "Cancel" thenstop using this stackexit to hyperCardend ifrepeat with counter = 1 to 10if cd fld id counter of cd 1 is empty then exit repeatput counter into fieldNumberput cd fld id counter of cd 1 into queueHolderput the number of lines in queueHolder into linesInQueueHolderrepeat with counter = 1 to linesInQueueHolderset cursor to busyput word 2 of item 2 of line counter of queueHolder into char1put word 4 of item 2 of line counter of queueHolder into char2put "c"&&char1&&"t"&&char2 into item 2 of line counter of queueHolderend repeatend repeatput cd fld id 1 of cd 1 into cd fld id 11 of cd 1end updateQueue</script>